fix(deps): update managed.reactor to v3.6.8 #10867
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.5.11
->3.6.8
3.5.11
->3.6.8
Release Notes
reactor/reactor-core (io.projectreactor:reactor-test)
v3.6.8
v3.6.7
Compare Source
Reactor Core
3.6.7
is part of2023.0.7
Release Train.What's Changed
✨ New features and improvements
byteBuddy
version from 1.14.16 to 1.14.17 by @dependabot in #3820Micrometer
to version1.12.7
by @violetagg in #3824🐞 Bug fixes
BufferTimeout
with fair backpressure rework by @chemicL in #3634Full Changelog: reactor/reactor-core@v3.6.6...v3.6.7
v3.6.6
Reactor Core
3.6.6
is part of2023.0.6
Release Train.What's Changed
✨ New features and improvements
🐞 Bug fixes
New Contributors
Full Changelog: reactor/reactor-core@v3.6.5...v3.6.6
v3.6.5
What's Changed
✨ New features and improvements
Full Changelog: reactor/reactor-core@v3.6.4...v3.6.5
v3.6.4
Compare Source
Reactor Core
3.6.4
is part of2023.0.4
Release Train.What's Changed
✨ New features and improvements
TimeoutException
onMono.block*
andFlux.block*
by @injae-kim in #3733🐞 Bug fixes
ColdTestPublisher
by @OlegDokuka in #3700📖 Documentation
coreFeatures.adoc
by @kzander91 in #3676Mono#share
javadoc for cancelling by @chemicL in #3741New Contributors
Full Changelog: reactor/reactor-core@v3.6.3...v3.6.4
v3.6.3
Compare Source
Reactor Core
3.6.3
is part of2023.0.3
Release Train.What's Changed
✨ New features and improvements
AutoCloseable
shourtcut onFlux#using
,Mono#using
by @injae-kim in https://github.com/reactor/reactor-core/pull/3704📖 Documentation, Tests and Build
TimedScheduler
periodic scheduling tests by @Nicolas125841 in https://github.com/reactor/reactor-core/pull/3677New Contributors
Full Changelog: reactor/reactor-core@v3.6.2...v3.6.3
v3.6.2
Compare Source
What's Changed
🐞 Bug fixes
📖 Documentation, Tests and Build
🆙 Dependency Upgrades
New Contributors
Full Changelog: reactor/reactor-core@v3.6.1...v3.6.2
v3.6.1
Compare Source
Reactor Core
3.6.1
is part of2023.0.1
Release Train.What's Changed
🐞 Bug fixes
SinkManyUnicast
discard support during subscription cancel by @chemicL in #3641,1bee07c
06bf103
📖 Documentation, Tests and Build
MemoryUtils.Tracked
used in tests releases collections by @chemicL in #3328reactiveProgramming.adoc
by @Navaneethsen in #3592@Override
annotations in sample java code by @ByoungJoonIm in #3605VirtualThread
sboundedElastic
behaviour by @OlegDokuka in #3635StressSubscriber
discardedValues
should not have downstream type by @chemicL in #3643Pull Request
template by @chemicL in #3650🆙 Dependency Upgrades
byteBuddyVersion
from1.14.8
to1.14.9
by @dependabot in #3619Micrometer
libs versions by @OlegDokuka in #3662New Contributors
Full Changelog: reactor/reactor-core@v3.6.0...v3.6.1
v3.6.0
Compare Source
Reactor-Core 3.6.0 is part of 2023.0.0 Release Train.
This is the first GA release of 2023.0.0 🎉
This note focuses on 3.6.0 proper, curating changes from across all milestones and also includes changes already released as part of 3.4.x line up to 3.4.34 as well as 3.5.x line up to 3.5.12.
While there are plenty of improvements and bug fixes, it's worth to highlight the bigger themes first:
Schedulers.boundedElastic()
may return a specific implementation tailored for Project Loom and running on virtual threads if application runs in Java 21+ runtime and have set thereactor.schedulers.defaultBoundedElasticOnVirtualThreads
system property totrue
. Please consult the javadocs and the reference documentation for more information.Publisher
s detection with their corresponding decoration if detected. This enables more stable context-propagation when it comes to external libraries integration.See dedicated pre-release blogpost for more information.
What's Changed
addCap
always returns value with flag by @OlegDokuka in https://github.com/reactor/reactor-core/pull/3610throwable
assignment happens-beforedone
assignment inonError
for FluxPublish by @OlegDokuka in https://github.com/reactor/reactor-core/pull/3638✨ New features and improvements
Traces
by @OlegDokuka in https://github.com/reactor/reactor-core/pull/3523🐞 Bug fixes
MonoDelayElement
to properly handle race between delayrun
andonNext
signal by @OlegDokuka in https://github.com/reactor/reactor-core/pull/3546GroupedFlux
delivers subscription for the second subscriber by @OlegDokuka in https://github.com/reactor/reactor-core/pull/3555onRequest
consumer observes demand by @OlegDokuka in https://github.com/reactor/reactor-core/pull/3557📖 Documentation, Tests and Build
🆙 Dependency Upgrades
Micrometer
version to1.10.10
by @violetagg in https://github.com/reactor/reactor-core/pull/3560New Contributors
Full Changelog: reactor/reactor-core@v3.5.8...v3.6.0
v3.5.19
Compare Source
Reactor Core
3.5.19
is part of2022.0.21
Release Train.What's Changed
🐞 Bug fixes
Full Changelog: reactor/reactor-core@v3.5.18...v3.5.19
v3.5.18
Compare Source
Reactor Core
3.5.18
is part of2022.0.20
Release Train.What's Changed
✨ New features and improvements
byteBuddy
version from 1.14.16 to 1.14.17 by @dependabot in #3820🐞 Bug fixes
BufferTimeout
with fair backpressure rework by @chemicL in #3634Full Changelog: reactor/reactor-core@v3.5.17...v3.5.18
v3.5.17
Compare Source
Reactor Core
3.5.17
is part of2022.0.19
Release Train.What's Changed
✨ New features and improvements
🐞 Bug fixes
New Contributors
Full Changelog: reactor/reactor-core@v3.5.16...v3.5.17
v3.5.16
Compare Source
v3.5.15
Compare Source
Reactor Core
3.5.15
is part of2022.0.17
Release Train.What's Changed
🐞 Bug fixes
ColdTestPublisher
by @OlegDokuka in #3700📖 Documentation
Mono#share
javadoc for cancelling by @chemicL in #3741Full Changelog: reactor/reactor-core@v3.5.14...v3.5.15
v3.5.14
Compare Source
v3.5.13
Compare Source
Reactor Core
3.5.13
is part of2022.0.14
Release Train.What's Changed
🐞 Bug fixes
SinkManyUnicast
discard support during subscription cancel by @chemicL in #3641📖 Documentation, Tests and Build
MemoryUtils.Tracked
used in tests releases collections by @chemicL in #3328StressSubscriber
discardedValues
should not have downstream type by @chemicL in #3643🆙 Dependency Upgrades
byteBuddyVersion
from1.14.8
to1.14.9
by @dependabot in #3619Full Changelog: reactor/reactor-core@v3.5.12...v3.5.13
v3.5.12
Compare Source
Reactor Core
3.5.12
is part of2022.0.13
Release Train.What's Changed
throwable
assignment happens-beforedone
assignment inonError
forFluxPublish
by @OlegDokuka in #3638✨ New features and improvements
JCStress
: AwaitScheduler
dispose and increase timeouts by @chemicL in #3630🆙 Dependency Upgrades
Micrometer
andMicrometer Tracing
by @pderop in #3636Full Changelog: reactor/reactor-core@v3.5.11...v3.5.12
Configuration
📅 Schedule: Branch creation - "after 10pm" in timezone Europe/Prague, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.